home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / TORNADO.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  1.3 KB  |  77 lines

  1. REM  This File is for use with Tornado by Digital Intergration
  2. REM
  3. REM The Name of this file is: TORNADO.B50
  4. REM
  5. REM
  6. RATE 100
  7. Mdef Tornado
  8. USE WCS
  9.  
  10. BTN TG2 SPC
  11.  
  12. REM Hat Switches
  13. REM
  14. REM VIEWS
  15.  
  16. BTN H1U FrontView
  17. BTN H1D BackSeat
  18. BTN H1L LookLeft
  19. BTN H1R LookRight
  20.  
  21. REM AUTOPILOT
  22.  
  23. BTN H2U /I AP_TF
  24.         /O AdjustAltUp
  25. BTN H2D /I AltHdg
  26.         /O AdjustAltDown
  27. BTN H2L /I APTrack
  28.         /O AdjustHeadLeft
  29. BTN H2R /I AP_Approach
  30.         /O AdjustHeadRight
  31.  
  32. REM RADAR/MFD FUNCTION
  33.  
  34. BTN H3U /U AirRadarOn
  35.         /M RadarOn
  36.         /D RadarOn
  37. BTN H3D RadarOff
  38. BTN H3L MFDFunction
  39. BTN H3R MFDOn/Off
  40.  
  41. REM WEAPON STATUS
  42.  
  43. BTN H4U /U ArmAA
  44.         /M ArmAG
  45.         /D ArmAG
  46. BTN H4L CancelArm
  47. BTN H4D /U CycleAA
  48.         /M WeaponPacket
  49.         /D WeaponPacket
  50. BTN H4R DeliveryMode
  51.  
  52. BTN S1 WheelBrakes
  53. BTN S2 ActiveDisplay
  54. BTN S3
  55. BTN S4 DisengageAP
  56.  
  57. REM WCS SWITCHES (T7 & T8 ARE MODAL.)
  58.  
  59. BTN T1 Chaff
  60. BTN T2 /U Flare
  61.        /M WingSweepFwd
  62.        /D Flare
  63. BTN T3 /U ECMOn/Off
  64.        /M WingSweepFwd
  65.        /D ECMOn/Off
  66. BTN T4 /U NextWayPoint
  67.        /M FlapsUp1
  68.        /D TargetOfOpportun
  69. BTN T5 /U MasterWarnReset
  70.        /M FlapsDn1
  71.        /D CancelOpportunit
  72. BTN T6 ThrustReverse
  73. BTN T7                    REM Air to Air Mode
  74. BTN T8                    REM Air to Ground Mode
  75.  
  76. THR 1 26 13 = - = - = -
  77.